home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
-otherstuff-
/
xfs208_beta
/
mount.file
< prev
next >
Wrap
Text File
|
1998-01-20
|
2KB
|
66 lines
/*
* just a simple example of using the file.device
* to access disk image files as filesystems
*/
FILE_DF0:
Device = file.device ; Unit = 0 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 11
Reserved = 2 ; Interleave = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 8000
Priority = 5
GlobVec = -1
DosType = 0x444F5300 /* 'DOS\x00' */
Mount = 1;
#
FILE_DF1:
Device = file.device ; Unit = 1 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 22
Reserved = 2 ; Interleave = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 8000
Priority = 5
GlobVec = -1
DosType = 0x444F5300 /* 'DOS\x00' */
Mount = 1;
#
FILE_A:
/*
FileSystem = L:MSDOSFileSystem
*/
FileSystem = L:CrossDOSFileSystem
Device = file.device ; Unit = 0 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 9
Reserved = 1 ; Interleave = 0; PreAlloc = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 4000
Priority = 5
GlobVec = -1
DosType = 0x4D534400 /* 'MSD\x00' */
Mount = 1;
#
FILE_B:
/*
FileSystem = L:MSDOSFileSystem
*/
FileSystem = L:CrossDOSFileSystem
Device = file.device ; Unit = 1 ; Flags = 0
LowCyl = 0; HighCyl = 79
Surfaces = 2 ; BlocksPerTrack = 9
Reserved = 1 ; Interleave = 0; PreAlloc = 0
/* SecOrg = 1 */
Buffers = 5 ; BufMemType = 0
Stacksize = 4000
Priority = 5
GlobVec = -1
DosType = 0x4D534400 /* 'MSD\x00' */
Mount = 1;
#